home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 22
/
Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso
/
Aminet
/
game
/
role
/
Dotdfix.lha
/
Deader
/
bits
/
lefty2.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1997-07-01
|
530b
|
19 lines
/*
\\ Dawn Of The Dead RPG - By Gareth Murfin
// Game created in Arexx - ver$ Dawn Of The Dead RPG v1.0a
\\
*/
address command 'Dawn:bits/style R 2'
echo 'Do you feel like going ice skating??'
pull answer
Select
When answer = yes then cmd = 'ice.rexx'
When answer = y then cmd = 'ice.rexx'
When answer = No then cmd = 'sausage.rexx'
When answer = N then cmd = 'sausage.rexx'
When answer = Shit then cmd = 'savini.rexx'
otherwise cmd = 'lefty.rexx'
end
address command 'rx dawn:bits/'cmd